home *** CD-ROM | disk | FTP | other *** search
/ Zoom 1 / Zoom (1995)(Active Software, Ground Zero).iso / utils / u605.dms / u605.adf / Utilities / ListCmp.doc < prev   
Text File  |  1994-08-17  |  2KB  |  75 lines

  1.  
  2.                    ListCmp (68020) - 1994 By Pasi Ristioja
  3.  
  4.         With this little utility you can compare filelists, handy if you
  5.         keep track of downloadings and want to check them against some
  6.         filelist.
  7.  
  8.                         > INSERT STANDARD DISCLAIMER <
  9.  
  10.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  11.  
  12.         FILE
  13.  
  14.         Cmp filelist.
  15.  
  16.         FILE
  17.  
  18.         Filelist to compare against.
  19.  
  20.         These are optional:
  21.  
  22.         I=INCLUDE
  23.  
  24.         Write matched lines to this file.
  25.  
  26.         E=EXCLUDE
  27.  
  28.         Write unmatched lines to this file.
  29.  
  30.         B=BUFSIZE
  31.  
  32.         Cmp lines buffersize, default is 16384 and range is 2048-2^32. Bigger
  33.         values than 64Kb will not give much speed increase.
  34.  
  35.         STRIP=STRIPSUFFIX
  36.  
  37.         Suffix is not compared. Normally line is considired equal if space or
  38.         $a (linefeed) in encountered, this adds dot (.) for this group.
  39.  
  40.         CASE
  41.  
  42.         Case sensitive compare.
  43.  
  44.         EQU
  45.  
  46.         Chars _ and - are considered equivalent.
  47.  
  48.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  49.         Normally you should use command like this:
  50.  
  51.         ListCmp files.cmp files.bbs I RAM:Include E RAM:Exclude STRIP EQU
  52.  
  53.         files.cmp     - files what you have
  54.         files.bbs     - files what bbs have
  55.         I RAM:Include - files which were found in both list files
  56.         E RAM:Exclude - files which were only in files.bbs (download these;-) 
  57.         STRIP         - Claudia.gif and Claudia.jpg are equal
  58.         EQU           - Crawford_Nude.gif and Crawford-Nude.gif are equal
  59.  
  60.         Filelists must be formatted like this:
  61.  
  62.         filename <space> description
  63.         filename <space> description
  64.         filename <space> description
  65.         filename <space> description
  66.                          more description
  67.         filename <space> description
  68.  
  69.         Listcmp will skip possible spaces before filename, space after
  70.         filename is not needed if you use STRIP option or line contains only
  71.         filename. In short: only one filename per line and it must be first.
  72.  
  73.         If cmp filelist contains lines with other text than filename it may
  74.         increase matches as those first word is considired filename.
  75.